a11y: Remove AtkSelection implementation from combobox
authorBenjamin Otte <otte@redhat.com>
Thu, 2 May 2013 13:26:33 +0000 (15:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 May 2013 13:31:26 +0000 (15:31 +0200)
commit7cecc8e524f9ac3825622e10f8a98f5e01ac4727
treee4036d487c0f4cb1ca04769c252e9affd7a1f1e4
parentc6894cd6063851d70d1687d468cf67757939595d
a11y: Remove AtkSelection implementation from combobox

AtkSelection requires that the immediate children of the object are the
selectable items. The combobox however is implemented with just 1 child:
The popup menu.

The popup menu is implementing the selectable interface.

Test are updated to reflect this change.
gtk/a11y/gtkcomboboxaccessible.c
tests/a11y/combos.txt
tests/a11y/pickers.txt